速報APP / 工具 / GpsDataPost free

GpsDataPost free

價格:免費

更新日期:2014-05-09

檔案大小:1.3M

目前版本:1.0

版本需求:Android 4.1 以上版本

官方網站:http://creation-web-dijon.fr

Email:neoteknic@gmail.com

聯絡地址:5 rue Adolphe Dietrich 21000 Dijon France

GpsDataPost free(圖1)-速報App

IMPORTANT : Same application as the "normal version GpsDataPost" but with ads, please try this one first, if you plan to use it regularly, please BUY the normal version without ad to support the development.

IMPORTANT, read this first ! Otherwise this application is useless !

Note : Same as the paid version except that there is an ad at start ! Please buy the paid version if you want to use it regularly.

This Application is used to POST location HTTP datas on any url (configurable in settings), at every timer tick (configurable), you can add a custom parameter too (exemple : an identifier) !

It use the device GPS / GLONASS (if available).

It's a very light application, no useless features ! It don't log anything in local ! It just do a http post !

Just one button to enable/disable and a settings page with 3 parameters : URL (ex : http://yourdom.com/yourscript.php), custom variable, and interval between http post.

Information : English only, it you really really need a translation contact me.

Don't ask to log locally, there is other application to do it on the market !

Warning : Enable the GPS ! Or it will not post anything !

Warning : It dont post anything when the GPS is not fixed, you may have to wait few seconds/ minutes before receiving datas.

Warning : Be carefull GPS drain battery even if the screen is off ! Disable the service when you don't use it. A notification is permanently visible if the service is running.

Warning : You need a web server and a very simple script to process the datas.

custom : It\'s the same value as in the settings (identifier for example).

GpsDataPost free(圖2)-速報App

lon : The longiture can be casted to double, in degree.

lat : The latitude can be casted to double, in degree.

alt : The altitude in metters can be casted to double, in degree.

acc : The fix accuracy in metters, can be casted to float.

bearing : The bearing in available (otherwise : 0) can be casted to float, in degree.

speed : The speed over ground in m/s (0 if not available).

timer : The time, can be casted to double, it\'s a Unix timestamp.

FAQ :

This app doesn't work can I give an one star rating ? : No ! This app works, just contact me to resolve your problem !

Can I have a php sample to collect the datas ? Yes take this code here : http://creation-web-dijon.fr/gps.txt

Copy and paste it in a .php file on your server, create a logs dir on the website root with write permission put this php file's url in the GPsDataPost settings, and try ! If you have nothing it's probably a network problem or a permission problem to write the gps.json log file.

I want more feature : If you want to save locally there is other app to do that ! Otherwise contact me.

Why all these permissions ?

GPS/location permissions : used to read GPS data and post it to your web server, nothing is logged locally !

GpsDataPost free(圖3)-速報App

Network permissions : used to use the internet to post data, and for ads in free version.

Wake lock : needed to keep the GPS enabled when the screen is off and the service is enabled, yes it drain more battery, but there is no other way to do it !